home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Greater & Lesser Mysteries / 2,000 Greater and Lesser Mysteries.iso / menu / readme < prev    next >
Encoding:
Text File  |  1994-06-10  |  608 b   |  26 lines

  1.  
  2.  
  3.  
  4. To replace the Smith Menu program with the freemenu program,
  5. do the following.
  6.  
  7. 1)  Copy only the freemenu to the directory that holds the
  8.     Smithmnu program.
  9. 2)  Use a word processor to change S-MENU.EXE to FREEMENU.EXE
  10.     on the "SMITHMNU.BAT" program.
  11.  
  12.  
  13. To use freemenu only, copy everything from the DOC file to a
  14. directory on another disk.  It is REQUIRED that you copy it
  15. to a bootable disk.  Then with a word processor or menu
  16. program, change (or make) the "AUTOEXEC.BAT" file so that it
  17. calls "SMITHMNU".   An example is below.
  18.  
  19.  
  20. echo off
  21. cls
  22. prompt $p$g
  23. smithmnu
  24.  
  25.  
  26.